home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / psed48v1 / psed.cfg < prev    next >
Text File  |  1989-05-18  |  1KB  |  24 lines

  1. screen = 17  field = 4E
  2.  
  3.  
  4. The first line of this file is read by PS Ed-480 each time it is executed to
  5. determine the display colors. It must be in this exact format. The colors are 
  6. specified by two hexidecimal digits, the first digit is foreground (i.e. text) 
  7. color, the second is background color. The hex digits "17" above signify a 
  8. background setting of "1" (blue) and a forgeround setting of "7" (light gray) 
  9. The possible background and forground colors are: 
  10.  
  11.      Background and Foreground              Foreground Only
  12.      -------------------------          -------------------------
  13.               0 - black                       8 - dark grey
  14.               1 - blue                        9 - light blue
  15.               2 - green                       A - light green
  16.               3 - cyan                        B - light cyan
  17.               4 - red                         C - light read
  18.               5 - magenta                     D - light magenta
  19.               6 - brown                       E - yellow
  20.               7 - light grey                  F - white
  21.  
  22.  ----------------------------------------------------------------------------
  23.  
  24.